home *** CD-ROM | disk | FTP | other *** search
/ Uru - Ages Beyond Myst Bonus / Uru - Ages Beyond Myst Bonus CD.iso / mof.dxr / 00002_video.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-10-09  |  932 b   |  43 lines

  1. function ani_intro()
  2. {
  3.    _root.oB_intro._visible = 0;
  4.    _root.oAni_intro.play();
  5. }
  6. function open_video(lang)
  7. {
  8.    ID_Interval_open_video = setInterval(lingo_mof,1000,lang);
  9. }
  10. function lingo_mof(lang)
  11. {
  12.    clearInterval(ID_Interval_open_video);
  13.    getURL("lingo:MOF(" + lang + ")","");
  14. }
  15. function lingo_uruLive()
  16. {
  17.    getUrl("lingo:uruLive()", "");
  18. }
  19. function lingo_Retour()
  20. {
  21.    getUrl("lingo:Retour()", "");
  22. }
  23. function lingo_video(fonction)
  24. {
  25.    getURL("lingo:Video_" + fonction + "()","");
  26. }
  27. oAni_lang_lum._visible = 0;
  28. oBdrap_lum_UK._visible = 0;
  29. oBdrap_lum_FR._visible = 0;
  30. oBdrap_lum_DE._visible = 0;
  31. oBdrap_lum_IT._visible = 0;
  32. oQuit_lum._visible = 0;
  33. oAni_lang_lum.oDrap_lum._visible = 0;
  34. oB_RWD_lum._visible = 0;
  35. oB_FWD_lum._visible = 0;
  36. oB_play_lum._visible = 1;
  37. oB_stop_lum._visible = 0;
  38. oB_pause_lum._visible = 0;
  39. Play_state = 1;
  40. RWD_state = 0;
  41. FWD_state = 0;
  42. Pause_state = 0;
  43.